Skip to content

Conversation

@cmp0xff
Copy link
Contributor

@cmp0xff cmp0xff commented Nov 2, 2025

This PR fixes pd.NAType. In particular, pd.NA.__add__(other: object) is too wide. For example, pd.NA + [1] does not work.

@cmp0xff cmp0xff added the NA - MaskedArrays Related to pd.NA and nullable extension arrays label Nov 4, 2025
@cmp0xff cmp0xff force-pushed the simplify-missing branch 4 times, most recently from bf21502 to f9325c2 Compare November 11, 2025 17:07
@loicdiridollou
Copy link
Member

/pandas_nightly

Copy link
Member

@loicdiridollou loicdiridollou left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looking good! Thanks @cmp0xff ill merge when nightly has passed

@loicdiridollou
Copy link
Member

@cmp0xff could you check the nightly, seems to bump into Series subtype

@cmp0xff
Copy link
Contributor Author

cmp0xff commented Nov 13, 2025

Hi @loicdiridollou , unfortunately I don't have much expertise on __new__ myself. Can we resolve the nightly issue separately?

@loicdiridollou loicdiridollou merged commit 580d7c7 into pandas-dev:main Nov 13, 2025
16 of 17 checks passed
@loicdiridollou
Copy link
Member

Yes can you create an issue for it, I’ll take a look later.

@cmp0xff cmp0xff deleted the simplify-missing branch November 13, 2025 14:49
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

NA - MaskedArrays Related to pd.NA and nullable extension arrays

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants